function signature造句
例句与造句
- the method must have the same function signature as the
委托相同的函数签名。 - has the same function signature as the
委托相同的函数签名。 - in the visual basic version of the function signature, the name
在visualbasic版本的函数签名中,名称 - for function signature requirements of a managed application
有关托管应用程序的函数签名要求,请参见 - attributes for the arguments in your function signature to reduce unnecessary marshaling
属性可以减少不必要的封送处理。 - It's difficult to find function signature in a sentence. 用function signature造句挺难的
- the output for a function signature entry consists of three lines for each interop call
对于每个互操作调用,函数签名项的输出都包含三行。 - compiland to a function that was imported via dllimport and the function signature contains an unsafe type
compiland中调用已通过dllimport导入的函数,该函数签名包含不安全的类型。 - function : function signature contains type type; c objects are unsafe to pass between pure code and mixed or native
“function”:函数签名包含类型type;在纯代码与混合代码或本机代码之间传递c++对象是不安全的。 - notice that the function signature line ends with a colon and thus introduces a new block, marked by the indentation in the subsequent lines
请注意函数特征符行以冒号结尾,从而引入了一个新块,它是通过使后续行缩进来标记的。 - the managed unmanaged thunks are necessary for interop to work at all, but the data marshaling that is required depends on the data types involved, the function signature, and how the data will be used
托管/非托管形式转换是interop正常工作所必需的,但是所需的数据封送处理取决于涉及到的数据类型、函数签名以及使用数据的方式。